mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_plat
authorJean-Jacques Hiblot <[email protected]>
Fri, 23 Feb 2018 09:40:16 +0000 (10:40 +0100)
committerJaehoon Chung <[email protected]>
Mon, 26 Feb 2018 01:52:15 +0000 (10:52 +0900)
commit45530e3943445f2787dc254cc12c58810b9e840f
tree1cf9a17801a91049fa992ade63b7a67584b9aa6a
parent76584e33988fc9f6c80199e04ca6e249baf7289a
mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_plat

The area for struct mmc can be allocated dynamically. It greatly reduces
the size of struct omap_hsmmc_plat. This is useful in cases where the board
level code declares one or two struct omap_hsmmc_plat because it doesn't
use the Driver Model.

This saves around 740 bytes for the am335x_evm SPL.

Signed-off-by: Jean-Jacques Hiblot <[email protected]>
Tested-by: Adam Ford <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/include/asm/omap_mmc.h
drivers/mmc/omap_hsmmc.c